home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58519 / 58519.xpi / chrome / nasatabs.jar / skin / noia.css < prev    next >
Cascading Style Sheet File  |  2010-01-23  |  3KB  |  91 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tab {
  3.       -moz-appearance: none !important;
  4.     background: transparent url("noia-right.png") no-repeat right !important;
  5.     border: none !important;
  6.       display: -moz-box !important;
  7.     height: 22px !important;
  8.     list-style-image: none !important;
  9.     margin: 2px !important;
  10.     min-height: 22px !important;
  11.     text-align: center !important;
  12. }
  13. .tabbrowser-tab[selected="true"] {
  14.      text-shadow: #999999 2px 2px 2px !important;
  15. }
  16. .tabbrowser-tab > .tab-left {
  17.     background: transparent url("noia-left.png") no-repeat !important;
  18.     height: 22px !important;
  19. }
  20. .tabbrowser-tab[selected="true"] > .tab-left {
  21.     background-position: 0 0 !important;
  22.     width: 38px !important;
  23. }
  24. .tabbrowser-tab:not([selected="true"]) > .tab-left {
  25.     background-position: -38px 0 !important;
  26.     width: 22px !important;
  27. }
  28. .tabbrowser-tab > .tab-middle {
  29.     background: transparent url("noia-middle.png") repeat-x !important;
  30.     height: 22px !important;
  31.       min-height: 22px !important; 
  32. }
  33. .tabbrowser-tab:not([selected="true"]) .tab-icon {
  34.     margin: 0 0 0 -18px !important;
  35. }
  36. .tabbrowser-tab:not([selected="true"]):hover .tab-icon {
  37.     display: -moz-box !important;
  38.     margin: 0 0 0 -18px !important;
  39. }
  40. .tabbrowser-tab[selected="true"] .tab-icon {
  41.     display: -moz-box !important;
  42.     margin: 0 9px 0 -32px !important;
  43. }
  44. .tabbrowser-tab[selected="true"] .tab-icon-image {
  45.     -moz-box-shadow: blue 2px 2px 4px !important;
  46.     opacity: 1 !important;
  47. }
  48. .tabbrowser-tab .tab-text {
  49.      margin-top: -2px !important;
  50. }
  51. .tabbrowser-tab[selected="true"] .tab-text {
  52.      margin: -2px -12px 0 -2px !important;
  53. }
  54. .tabbrowser-tab[selected="true"]:hover .tab-text {
  55.      margin-right: 0 !important;
  56. }
  57. .tabbrowser-tab:not([selected="true"]) .tab-text {
  58.      margin-right: -12px !important;
  59. }
  60. .tabbrowser-tab:not([selected="true"]):hover .tab-text {
  61.      color: blue !important;
  62.      margin: -2px 0 0 0 !important;
  63.      text-shadow: #999999 2px 2px 2px !important;
  64. }
  65. .tabbrowser-tab > .tab-close-button { 
  66.     display: -moz-box !important;
  67.     opacity: 0 !important;
  68. }
  69. .tabbrowser-tab:hover > .tab-close-button { 
  70.     background-position: 0 -108px !important;
  71.     margin: 0 6px 0 0 !important;
  72.     opacity: 1 !important;
  73.     width: 16px !important;
  74. }
  75. .tabbrowser-tab > .tab-close-button:hover {
  76.     background-position: 0 -122px !important;
  77. }
  78. #browser .always-left {
  79.       display: none !important;
  80. }
  81. .tabbrowser-tabs .tabs-newtab-button {
  82.     border: none !important;
  83.      margin: -1px 0 0 0 !important;
  84. }
  85. .tabbrowser-tabs .tabs-newtab-button:hover {
  86.     background: none !important;
  87. }
  88. .tabbrowser-tab:not([selected="true"]) .progress-bar {
  89.        margin-left: 0 !important;
  90. }
  91.